home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / Info < prev    next >
Text File  |  1995-05-05  |  3KB  |  83 lines

  1.  
  2.  
  3.  
  4.             Info(V1.3, 2.x, 3.x in C:)              
  5.  
  6.  
  7.      NAME
  8.             Info - report information about mounted file 
  9.         system(s).
  10.  
  11.      SYNOPSIS
  12.           Info NAME DATES
  13.  
  14.      DESCRIPTION
  15.             This command displays important and useful 
  16.         information about each disk unit. INFO displays what disk 
  17.         volumes are in use and the amount of strorage they have.
  18.  
  19.             INFO also will display the name of all the disks 
  20.         residing in any physical disk drive. This is helpful if 
  21.         you in helping you remember what volumes are mounted 
  22.         where. You also get a list of available volumes is also 
  23.         listed (those mounted and unmounted).
  24.  
  25.             The 3 1/2 inch disk has 880k of space available to 
  26.         them. After you format it under OFS (Old File System) you 
  27.         only have 837k left. If you use FFS (Fast File System) 
  28.         you have a full 879k to use. If you are fortunate enough 
  29.         to have a high density drive, then you can use 1759k of 
  30.         disk space. 
  31.  
  32.             The entire disk format is stored in sectors. There 
  33.         are 1758 usable sectors on the Amiga disk. OFS's divide 
  34.         each sector into 488 bytes whereas FFS has a full 512 
  35.         bytes per sector. High Density disks use 3518 bytes per 
  36.         sector. INFO will report the number of sectors already 
  37.         used on the disk and how many are available for use. RAM: 
  38.         is dynamic.  That means, it will always be reported as 
  39.         100% full (even if it is empty) and will expand as needed 
  40.         until it is full.
  41.  
  42.             INFO will also report if there are any 'soft' errors 
  43.         on your disk.  So, what is a soft error? Well, it is a 
  44.         temporary error. For example, an error reading 
  45.         information from a disk. If the system cannot read the 
  46.         information off the disk, it will retry a couple times. 
  47.         If all reads fail then you have a hard error. If one of 
  48.         your reads is successful then the original read that 
  49.         failed is flagged as a soft error.
  50.  
  51.             It also reports whether or not disk disk is write 
  52.         protected. If it is listed as 'Read Only' then your write 
  53.         protection tab is set.  If it is listed as 'Read/Write' 
  54.         then it can be written to as well as read. The RAM: disk 
  55.         cannot be protected from reading or writing, but the 
  56.         files you put in there can be protected from deletion 
  57.         with the use of the PROTECT command.
  58.           
  59.         
  60.     KEYWORDS
  61.  
  62.           NAME
  63.             This keyword lets you get the information of one 
  64.         particular device without getting all the info for 
  65.         everything else.
  66.  
  67.     
  68.      EXAMPLES
  69.  
  70.             1. To show the information regarding the disk volumes 
  71.         known to the filing system:
  72.  
  73.             INFO
  74.  
  75.             2. To print out the information regarding the disk 
  76.         volumes known to the filing system:
  77.  
  78.             INFO > PRT:
  79.  
  80.             3. To show only the information pertaining to df1:
  81.  
  82.             INFO df1:
  83.